home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Metabee.bin
/
pc
/
assets
/
metabee.dxr
/
00084_Script_84
< prev
next >
Wrap
Text File
|
2001-12-07
|
816b
|
29 lines
property useronline, mysprite
global jumbo
--keep
on beginsprite me
set mysprite to the spritenum of me
set the blend of sprite mysprite = 0
end
on exitframe me
useronline = (the environment).internetConnected
if useronline = #offline then
set the blend of sprite(mysprite) = 100
else
if useronline = #online then
if jumbo = "Pending" then
set the blend of sprite(6) = 100
set the text of member("statusreport") to "Please wait whilst we check your login status"
else if jumbo = "user_id=0" then
set the blend of sprite(6) = 100
set the text of member("statusreport") to "You are not registered."
set the loch of sprite(54) to 330
set the locV of sprite(54) to 300
end if
end if
end if
end